operator n. 1.操作者,机务员;司机,驾驶员;【军事】电话兵;【电话】接线员,话务员(=telephone operator);【电报】报务员。 2.(外科)施行手术者。 3.掮客,经纪人。 4.【语法】功能词。 5.【数学】算子,算符。 6.经营者;〔美国〕工厂主,资方。 7.投机商人,骗子;精明圆滑的人。 8.【戏剧】灯光助理员。 an operator's set 话务员的电话机。 a telegraph operator 电报报务员。 an unitary operator 公正算符。 a mine operator 矿山经营者,矿主。
The operator can function as a logical or a bitwise and operator &运算符可以作为逻辑或按位“与”运算符。
Bitwise and operator 按位与运算符。
Use the bitwise and operator to determine each bit set in the bitmap that is returned by the permissions function 使用位与( & )运算符确定permissions函数返回的位图中的每个位集。
Make sure you don ' t mistake the boolean and operator , & & ( double ampersand ) for the bitwise and operator & ( single ampersand ) . they are entirely different beasts 确定你没有错误的使用逻辑和操作符& &和位操作符& ,它们是完全不同的。